3.6.36 \(\int \frac {(d x)^m}{(a^2+2 a b x^n+b^2 x^{2 n})^{3/2}} \, dx\) [536]

Optimal. Leaf size=76 \[ \frac {(d x)^{1+m} \left (a+b x^n\right ) \, _2F_1\left (3,\frac {1+m}{n};\frac {1+m+n}{n};-\frac {b x^n}{a}\right )}{a^3 d (1+m) \sqrt {a^2+2 a b x^n+b^2 x^{2 n}}} \]

[Out]

(d*x)^(1+m)*(a+b*x^n)*hypergeom([3, (1+m)/n],[(1+m+n)/n],-b*x^n/a)/a^3/d/(1+m)/(a^2+2*a*b*x^n+b^2*x^(2*n))^(1/
2)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 76, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 30, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.067, Rules used = {1369, 371} \begin {gather*} \frac {(d x)^{m+1} \left (a+b x^n\right ) \, _2F_1\left (3,\frac {m+1}{n};\frac {m+n+1}{n};-\frac {b x^n}{a}\right )}{a^3 d (m+1) \sqrt {a^2+2 a b x^n+b^2 x^{2 n}}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(d*x)^m/(a^2 + 2*a*b*x^n + b^2*x^(2*n))^(3/2),x]

[Out]

((d*x)^(1 + m)*(a + b*x^n)*Hypergeometric2F1[3, (1 + m)/n, (1 + m + n)/n, -((b*x^n)/a)])/(a^3*d*(1 + m)*Sqrt[a
^2 + 2*a*b*x^n + b^2*x^(2*n)])

Rule 371

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*((c*x)^(m + 1)/(c*(m + 1)))*Hyperg
eometric2F1[-p, (m + 1)/n, (m + 1)/n + 1, (-b)*(x^n/a)], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rule 1369

Int[((d_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_.) + (c_.)*(x_)^(n2_.))^(p_), x_Symbol] :> Dist[(a + b*x^n + c*x^
(2*n))^FracPart[p]/(c^IntPart[p]*(b/2 + c*x^n)^(2*FracPart[p])), Int[(d*x)^m*(b/2 + c*x^n)^(2*p), x], x] /; Fr
eeQ[{a, b, c, d, m, n, p}, x] && EqQ[n2, 2*n] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p - 1/2]

Rubi steps

\begin {align*} \int \frac {(d x)^m}{\left (a^2+2 a b x^n+b^2 x^{2 n}\right )^{3/2}} \, dx &=\frac {\left (b^2 \left (a b+b^2 x^n\right )\right ) \int \frac {(d x)^m}{\left (a b+b^2 x^n\right )^3} \, dx}{\sqrt {a^2+2 a b x^n+b^2 x^{2 n}}}\\ &=\frac {(d x)^{1+m} \left (a+b x^n\right ) \, _2F_1\left (3,\frac {1+m}{n};\frac {1+m+n}{n};-\frac {b x^n}{a}\right )}{a^3 d (1+m) \sqrt {a^2+2 a b x^n+b^2 x^{2 n}}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.03, size = 61, normalized size = 0.80 \begin {gather*} \frac {x (d x)^m \left (a+b x^n\right ) \, _2F_1\left (3,\frac {1+m}{n};\frac {1+m+n}{n};-\frac {b x^n}{a}\right )}{a^3 (1+m) \sqrt {\left (a+b x^n\right )^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(d*x)^m/(a^2 + 2*a*b*x^n + b^2*x^(2*n))^(3/2),x]

[Out]

(x*(d*x)^m*(a + b*x^n)*Hypergeometric2F1[3, (1 + m)/n, (1 + m + n)/n, -((b*x^n)/a)])/(a^3*(1 + m)*Sqrt[(a + b*
x^n)^2])

________________________________________________________________________________________

Maple [F]
time = 0.01, size = 0, normalized size = 0.00 \[\int \frac {\left (d x \right )^{m}}{\left (a^{2}+2 a b \,x^{n}+b^{2} x^{2 n}\right )^{\frac {3}{2}}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x)^m/(a^2+2*a*b*x^n+b^2*x^(2*n))^(3/2),x)

[Out]

int((d*x)^m/(a^2+2*a*b*x^n+b^2*x^(2*n))^(3/2),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^m/(a^2+2*a*b*x^n+b^2*x^(2*n))^(3/2),x, algorithm="maxima")

[Out]

(m^2 - m*(3*n - 2) + 2*n^2 - 3*n + 1)*d^m*integrate(1/2*x^m/(a^2*b*n^2*x^n + a^3*n^2), x) - 1/2*(a*d^m*(m - 3*
n + 1)*x*x^m + b*d^m*(m - 2*n + 1)*x*e^(m*log(x) + n*log(x)))/(a^2*b^2*n^2*x^(2*n) + 2*a^3*b*n^2*x^n + a^4*n^2
)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^m/(a^2+2*a*b*x^n+b^2*x^(2*n))^(3/2),x, algorithm="fricas")

[Out]

integral(sqrt(b^2*x^(2*n) + 2*a*b*x^n + a^2)*(d*x)^m/(b^4*x^(4*n) + 4*a^2*b^2*x^(2*n) + 4*a^3*b*x^n + a^4 + 2*
(2*a*b^3*x^n + a^2*b^2)*x^(2*n)), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (d x\right )^{m}}{\left (\left (a + b x^{n}\right )^{2}\right )^{\frac {3}{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)**m/(a**2+2*a*b*x**n+b**2*x**(2*n))**(3/2),x)

[Out]

Integral((d*x)**m/((a + b*x**n)**2)**(3/2), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^m/(a^2+2*a*b*x^n+b^2*x^(2*n))^(3/2),x, algorithm="giac")

[Out]

integrate((d*x)^m/(b^2*x^(2*n) + 2*a*b*x^n + a^2)^(3/2), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (d\,x\right )}^m}{{\left (a^2+b^2\,x^{2\,n}+2\,a\,b\,x^n\right )}^{3/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x)^m/(a^2 + b^2*x^(2*n) + 2*a*b*x^n)^(3/2),x)

[Out]

int((d*x)^m/(a^2 + b^2*x^(2*n) + 2*a*b*x^n)^(3/2), x)

________________________________________________________________________________________